Relocate xcsv format functions. (#297)
authortsteven4 <tsteven4@users.noreply.github.com>
Thu, 14 Feb 2019 13:35:27 +0000 (06:35 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Feb 2019 13:35:27 +0000 (06:35 -0700)
commitd3edbc552abfe7685496eb18feca51c18dd2f027
treeb604cfac46e98a436e42b23722a72314db5651d9
parentce22f3dc42be78d2bf7583a04cf90d3bc2f6a7bf
Relocate xcsv format functions. (#297)

Many funtions for the xcsv format were in csv_util.cc
instead of xcsv.cc.  This commit moves the xcsv format
specific functions to xcsv.cc, and leaves the possibly
shared utility functions in csv_util.cc.

xcsv.h is added to communicate shared xcsv style handling
with vecs.cc.
CMakeLists.txt
GPSBabel.pro
Makefile.in
csv_util.cc
csv_util.h
defs.h
src/core/file.h
vecs.cc
xcsv.cc
xcsv.h [new file with mode: 0644]